
This readme describes the Lab.Pid VI's and its usage

The 'Lab.Pid.Instrument.dll' is necessary for correct running the VI's.


VI descritions

  Lab.Pid.FindDevices.vi
    - Searches for Lab.Pid devices
    - Returns descriptions and CONNECTIONs of found devices

  Lab.Pid.CreateAndConnectDevice.vi
    - Creates a devices from a CONNECTION and connects it
    - Returns a device reference

  Lab.Pid.ReadMeasData.vi
    - Reads the measurement data from a reference of a connected device

  Lab.Pid.Measurement.Single.vi
    - Simple example of finding, connecting a device and reading the measurement data once

  Lab.Pid.Measurement.Single.vi
    - Simple example of finding, connecting a device and reading the measurement data in a loop